Einhugur Xml Plugin for Xojo

Node.InsertAttributeBefore Method

Inserts attribute before other attribute.

InsertAttributeBefore(
   name as String,
   attr as EinhugurXml.Attribute) as EinhugurXml.Attribute

Parameters

name
Name of the attribute to insert.
attr
The attribute will be inserted before the attribute in this parameter.

Returns

EinhugurXml.Attribute
The newly created attribute.

Remarks

See Also

Node Class